Standard operators
Standard operators are used with standard order of calculation. The operators are listed in highest to lowest priority.
Operator | Description |
---|---|
( ) | Brackets |
^ | Exponentiation |
* | Multiplication |
/ | Division |
+ | Addition |
- | Subtraction |